Build a Wiki
Add Editors
Create Table of Contents
Lock Page
Print
Revision Date & Editor
_______________________
Tables
Add photos
Add Bubble Share slide show
Add Google Calendar
Add Video
_______________________
Advanced Features

Video General:

This code embeds the video into the page, and centers it.
The height is 285 px, width is 320 px. Controls are provided to start and stop the video. If the person does not have the Media plugin to play the video, a download is provided as well.

  1. Upload the video using the Tree icon.
  2. Click on the TV icon.
  3. Copy the code into the TV icon, found below, at <!-- begin... </table>
  4. Change the wikispace name to yours in three places(two for quicktime). Currently it says'tutor4.wikispaces.com'
  5. Change the VIDEONAME.file to your video name, with video type. Find all three places(two for quicktime) that you need to name your video. Make sure you have the correct extension for your file type:
Video Type
File Type/Extension
Microsoft
.wmv
QuickTime
.mov
Flash
.swf
iPod
.m4v


Windows Media Video (.wmv)



<!-- begin embedded WindowsMedia file... -->
<table border='0' cellpadding='0' align="center">
<tr><td>
<OBJECT id='mediaPlayer' width="320" height="285"
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
<param name='fileName' value="http://tutor4u.wikispaces.com/image/showimage/VIDEONAME.file">
<param name='animationatStart' value='true'>
<param name='transparentatStart' value='true'>
<param name='autoStart' value="false">
<param name='showControls' value="true">
<param name='loop' value="false">
<EMBED type='application/x-mplayer2'
pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'
bgcolor='darkblue' showcontrols="true" showtracker='-1'
showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285"
src="http://tutor4u.wikispaces.com/image/showimage/VIDEONAME.file" autostart="false" designtimesp='5311' loop="false">
</EMBED>
</OBJECT>
</td></tr>
<!-- ...end embedded WindowsMedia file -->
<!-- begin link to launch external media player... -->
<tr><td align='center'>
<a href="http://tutor4u.wikispaces.com/image/showimage/VIDEONAME.file" style='font-size: 85%;' target='_blank'>Launch in external player</a>
<!-- ...end link to launch external media player... -->
</td></tr>
</table>



Quicktime Movie .mov

<!-- begin embedded QuickTime file... -->
<table border='0' cellpadding='0' align="center">
<!-- begin video window... -->
<tr><td>
<OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320"
height="255" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
<param name='src' value="http://tutor4u.wikispaces.com/image/viewimage/VIDEONAME.file">
<param name='autoplay' value="false">
<param name='controller' value="true">
<param name='loop' value="false">
<EMBED src="http://tutor4u.wikispaces.com/image/viewimage/VIDEONAME.file" width="320" height="255" autoplay="false"
controller="true" loop="false" pluginspage='http://www.apple.com/quicktime/download/'>
</EMBED>
</OBJECT>
</td></tr>
<!-- ...end embedded QuickTime file -->
</table>



Flash (.swf)


  1. change the video name to the video you have uploaded.

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-%20%C2%BB444553540000" codebase="http://fpdownload.macromedia.com%20%C2%BB/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="600"><param name="movie" value="GettingAccount.swf" />
<embed type="application/x-shockwave-flash" src="http://tutor4u.wikispaces.com/image/showimage/GettingAccount.swf" width="800" height="600" pluginspage="http://www.macromedia.com/go » /getflashplayer" /></object>




Resources:

Embedded Media HTML Generator (Flash, Real Media, Quick Time, Windows Media)
http://cit.ucsf.edu/embedmedia/step1.php